libdvbv5_d.desc_ts_info

@file desc_ts_info.h @ingroup descriptors @brief Provides the descriptors for the ISDB TS information descriptor. The TS information descriptor specifies the remote control key identifier assigned to the applicable TS and indicates the relationship between the service identifier and the transmission layer during hierarchical transmission.

@copyright GNU Lesser General Public License version 2.1 (LGPLv2.1) @author Mauro Carvalho Chehab

@par Relevant specs The descriptor described herein is defined at: - ARIB STD-B10

@par Bug Report Please submit bug reports and patches to linux-media@vger.kernel.org

Members

Functions

dvb_desc_ts_info_free
void dvb_desc_ts_info_free(dvb_desc* desc)

@brief Frees all data allocated by the ISDB TS information descriptor. descriptor @ingroup descriptors

dvb_desc_ts_info_init
int dvb_desc_ts_info_init(dvb_v5_fe_parms* parms, const(ubyte)* buf, dvb_desc* desc)

@brief Initializes and parses the ISDB TS information descriptor. descriptor @ingroup descriptors

dvb_desc_ts_info_print
void dvb_desc_ts_info_print(dvb_v5_fe_parms* parms, const(dvb_desc)* desc)

@brief Prints the content of the ISDB TS information descriptor. descriptor @ingroup descriptors

Structs

dvb_desc_ts_info
struct dvb_desc_ts_info

@struct dvb_desc_ts_info @ingroup descriptors @brief Structure describing the ISDB TS information descriptor.

dvb_desc_ts_info_transmission_type
struct dvb_desc_ts_info_transmission_type

@struct dvb_desc_ts_info_transmission_type @ingroup descriptors @brief ISDB TS information transmission type

Meta